make the switch height and width 1px smaller.
slider {
margin: -1px;
- min-width: 45px;
- min-height: 27px;
+ min-width: 44px;
+ min-height: 26px;
border: 1px solid;
border-radius: 3px;
transition: $button_transition;
background-color: #2d3234; }
switch slider {
margin: -1px;
- min-width: 45px;
- min-height: 27px;
+ min-width: 44px;
+ min-height: 26px;
border: 1px solid;
border-radius: 3px;
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
background-color: #f1f1f1; }
switch slider {
margin: -1px;
- min-width: 45px;
- min-height: 27px;
+ min-width: 44px;
+ min-height: 26px;
border: 1px solid;
border-radius: 3px;
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);